home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / Man3714.readme < prev    next >
Text File  |  1996-09-26  |  5KB  |  138 lines

  1. Short:    UNIX man command. Recognizes GUIDE files
  2. Author:   iske@informatik.uni-frankfurt.de (Kai Iske)
  3. Uploader: iske@informatik.uni-frankfurt.de (Kai Iske)
  4. Type:     util/cli
  5.  
  6. This is a simple MAN command, known from UNIX systems. The advantage is, that 
  7. it recognizes .guide files to be AmigaGuide© documents. MAN then uses a 
  8. different viewer in order to display the AmigaGuide© document. Furthermore MAN
  9. recognizes TeX-DVI files as well, using a different viewer to display them.
  10. You may configure MAN using environment variables. Configuration can be done
  11. for :
  12.  
  13.   - Directories, where to look for man pages (.doc|.man|.guide|.dvi)
  14.   - ASCII Textviewer to use
  15.   - AmigaGuide© Textviewer to use
  16.   - DVI viewer to use
  17.   - Additional extensions for those filetypes
  18.   - Some more flags; take a look
  19.  
  20.  
  21. PUBLIC DOMAIN, includes source...
  22.  
  23.  
  24. Fixed since Version 1.13 (Yep, even a small program may have bugs ;)
  25.  
  26.   - Fixed bug in calling the programs which return a code
  27.     unequal to zero
  28.   - Changed version numbering to official scheme
  29.  
  30. Fixed since Version 1.12 (Yep, even a small program may have bugs ;)
  31.  
  32.   - Added new switch "MANLOCAL". This will cause
  33.     Man to search the current directory before any other
  34.     (Requested by : Mark Rose)
  35.   - Added ARexx-Script which allows the usage of Man
  36.     from within eg. ToolManager.
  37.     (written by : Franz S. Borgerding)
  38.  
  39. Fixed since Version 1.11a (Yep, even a small program may have bugs ;)
  40.  
  41.   - WShell`s incompatibility to SystemTags() forced me to use
  42.     RunCommand() for launching the external viewer
  43.     (Suggested/Reported by : Ralph Babel + Ralph Schmidt)
  44.  
  45. Fixed since Version 1.11 (Yep, even a small program may have bugs ;)
  46.  
  47.   - Man produced an enforcer hit when no manpage was supplied
  48.     (Reported by : Michael van Elst)
  49.  
  50. Fixed since Version 1.10 (Yep, even a small program may have bugs ;)
  51.  
  52.   - Man will no longer issue an error if you a) didn`t specify a
  53.     manpage and b) set the MANGETFILE attribute for the File
  54.     Requester. This way the Requester will popup if you
  55.     call MAN without any arguments
  56.     (Requested by : Bill Hogsett)
  57.   - The FileRequester will pop up on the default PubScreen now
  58.     (Requested by : Bill Hogsett)
  59.   - The default path for the FileRequester will be set to the
  60.     first Dir of the MANPATHS now
  61.     (Requested by : Bill Hogsett)
  62.   - Support for DVI files added
  63.   - MAN will set the Viewer`s current dir of that where the
  64.     man page resides in
  65.  
  66. Fixed since Version 1.9 (Yep, even a small program may have bugs ;)
  67.  
  68.   - Mike Barsoom added MANBASENAME attribute for stripping
  69.     off any path names from the manpage name. Useful when
  70.     launching MAN from within (ie) ToolsDaemon
  71.     (Submitted by : Mike Barsoom)
  72.  
  73. Fixed since Version 1.8 (Yep, even a small program may have bugs ;)
  74.  
  75.   - Recompiled using SAS/C 6.51
  76.   - Added MANGETFILE parameter
  77.     (Requested by : Bill Hogsett)
  78.  
  79. Fixed since Version 1.7 (Yep, even a small program may have bugs ;)
  80.  
  81.   - Man now correctly handles multi-assigns, since ExAll
  82.     doesn`t....;)
  83.     (Reported by : Jan Hoeydahl)
  84.  
  85. Fixed since Version 1.6 (Yep, even a small program may have bugs ;)
  86.  
  87.   - All config variables have been moved to a single one,
  88.     which will be parsed just like a CommandLine
  89.     (Suggested by : Michael 'Mick' Hohmann)
  90.  
  91. Fixed since Version 1.5 (Yep, even a small program may have bugs ;)
  92.  
  93.   - Added MANRMEXT, MANAGEXT and MANNOVIEW options,
  94.     which may be used for extensibility of MAN
  95.     (Somehow suggested by : Michael 'Mick' Hohmann)
  96.  
  97. Fixed since Version 1.4 (Yep, even a small program may have bugs ;)
  98.  
  99.   - Referenced free memory area
  100.  
  101. Fixed since Version 1.3 (Yep, even a small program may have bugs ;)
  102.  
  103.   - DOS-Library wasn`t closed
  104.  
  105. Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
  106.  
  107.   - Added CTRL-C checking
  108.   - Recompiled using SAS 6.50
  109.   - Reduced stack usage
  110.   - Reduced executable size
  111.  
  112. Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
  113.  
  114.   - One couldn`t type "Man man" to get the documentation of man
  115.     loaded, just because of the fact that I took "MAN" as a keyword
  116.     for the template...
  117.  
  118. Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
  119.  
  120.   - Accidentially called Exit() instead of exit(), which
  121.     prevented the program to pass the cleanup code of SAS.
  122.     So a lock to the directory was kept and the shell could
  123.     never been left.............
  124.  
  125.  
  126. ============================= Archive contents =============================
  127.  
  128. Original  Packed Ratio    Date     Time    Name
  129. -------- ------- ----- --------- --------  -------------
  130.      727     462 36.4% 30-Mar-95 20:05:02  Man/.Product-Info
  131.     4164    2390 42.6% 30-Mar-95 20:04:26  Man/Man
  132.    27414    7853 71.3% 30-Mar-95 20:00:04  Man/Man.c
  133.    11060    4343 60.7% 30-Mar-95 20:01:00  Man/Man.doc
  134.      328     185 43.5% 30-Mar-95 19:56:20  Man/SCOPTIONS
  135.      356     249 30.0% 14-Nov-94 19:26:32  Man/ToolManagerMan.rexx
  136. -------- ------- ----- --------- --------
  137.    44049   15482 64.8% 31-Mar-95 10:40:02   6 files
  138.